home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / aix3-2-5.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-28  |  496 b   |  19 lines

  1. /* s- file for building Emacs on AIX 3.2.5.  */
  2.  
  3. /* Synched up with: FSF 19.29. */
  4.  
  5. #include "aix3-2.h"
  6.  
  7. /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g"
  8.    because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
  9.    "cc -g" crashes. Go figure.  --floppy@merlin.mit.edu */
  10. #ifndef __GNUC__
  11. #undef C_SWITCH_DEBUG
  12. #undef C_SWITCH_OPTIMIZE
  13. #define C_SWITCH_DEBUG
  14. #define C_SWITCH_OPTIMIZE -O
  15. #endif
  16.  
  17. /* XEmacs: from dkeller@VNET.IBM.COM */
  18. #define BROKEN_SIGIO
  19.